From a06b20fc03de16c85910e4f3b3174a610f5298fe Mon Sep 17 00:00:00 2001 From: oliskoli Date: Wed, 25 Jul 2007 19:49:09 +0000 Subject: [PATCH] test-all: Use environment variable GBTEMP. If you have a lot of free memory (>256MB) and GBTEMP is set to '/dev/shm' test-all runs some times faster. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2919 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/test-all | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gpsbabel/test-all b/gpsbabel/test-all index c08a52df1..8e192eb9f 100755 --- a/gpsbabel/test-all +++ b/gpsbabel/test-all @@ -6,8 +6,7 @@ PNAME=${PNAME:-./gpsbabel} REFGPX="reference/expertgps.gpx" # reference file for all tests EXCL="ozi vitosmt" # exclude formats from test CAPS="" -# TEMPDIR=/dev/shm/gb-test-all -TEMPDIR=/tmp/gb-test-all +TEMPDIR=${GBTEMP:-/tmp}/gb-test-all CATALOG=/tmp/gb-test-all.done LOGFILE=/tmp/gb-test-all.log -- 2.30.2